runtime.addrRanges.findSucc (method)
6 uses
runtime (current package)
mpagealloc_64bit.go#L144: inUseIndex := p.inUse.findSucc(base)
mranges.go#L265: func (a *addrRanges) findSucc(addr uintptr) int {
mranges.go#L311: i := a.findSucc(addr)
mranges.go#L326: i := a.findSucc(addr)
mranges.go#L354: i := a.findSucc(r.base.addr())
mranges.go#L422: pivot := a.findSucc(addr)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |